Share VT-d code between x86 and IA64
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Apr 2008 12:35:44 +0000 (13:35 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Apr 2008 12:35:44 +0000 (13:35 +0100)
commit42cad3d5232d6af821e35e42fc29a7b84019ab6d
tree712a26873b62a769ba5c8d6892c7f3f9838fffe6
parent1cdc9dd9e29e11689b857b572e1886686bb9d3aa
Share VT-d code between x86 and IA64

Declare arch-dependent functions in vtd.h, and implement them for x86.

Signed-off-by: Weidong Han <weidong.han@intel.com>
xen/drivers/passthrough/io.c
xen/drivers/passthrough/iommu.c
xen/drivers/passthrough/vtd/Makefile
xen/drivers/passthrough/vtd/vtd.h
xen/drivers/passthrough/vtd/x86/Makefile [new file with mode: 0644]
xen/drivers/passthrough/vtd/x86/vtd.c [new file with mode: 0644]